home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
Icon 8.1
/
mep1
/
External Functions
/
XCMDs⁄XFCNs
/
Globals.icn
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-11-24
|
288 b
|
13 lines
|
[
TEXT/PICN
]
# GetGlobal - Retrieve Hypercard interface global.
procedure GetGlobal(globname)
return callout("XFCN", "GetGlobal", globname)
end
# SetGlobal - Set Hypercard interface global.
procedure SetGlobal(globname, globvalue)
return callout("XFCN","SetGlobal", globname, globvalue)
end